home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
readme.txt
< prev
next >
Wrap
Text File
|
2003-08-13
|
2KB
|
44 lines
This is the Templates folder, it holds the files which you can see in the New
Dialog from syn. You should store here your Templates, if you activate "Save
Bookmarks and Caret Position" in the Options Dialog it will restore the Caret
Position in the new created document to the same value as it was in the Template.
All files which are hidden are not shown in the New Dialog, so you should make
the Bookmark files (*.sbm) hidden. Using SBM files for the Templates is very neat,
because the created Document will have all Bookmarks and Caret Position as in the
Template.
Templates in the root are added to the General Tab in the new Dialog, if there are
no Templates in the root, there is also no General Tab in the New Dialog. There
is a separate Tab for each sub folder in the Templates dir, so you can order your
Tamplates.
Syntax for the description is:
Description: <your description>|
The description must appear in the FIRST line, and the syntax is case sensitive,
e.g.:
description: <the description>|
will not work. If the program finds this Description in the first line it will
remove it from the created Document.
Variables which may be used in a template:
- {$DateTime} will be replaced with the current Date and/or Time, according your
settings in the Options Dialog.
- {$UserName} for the current user.
- {$FileTitle} for the filename without path.
- {$FileTitleNoExt} for the filename without path and extension.
- {$FileName} for the whole filename.
- {$FilePath} for the path to the file.
- {$SourceFile} the filename of the template
All occurrences of these variables in this Templates will be replaced, this syntax
is NOT case sensitive.
See the Manual (syn.pdf) for more informations.
$Id: readme.txt,v 1.2.2.5 2003/08/13 00:38:45 neum Exp $